home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / as-receitas-de-dora.swf / scripts / frame_51 / DoAction.as
Text File  |  2011-09-19  |  167b  |  12 lines

  1. stop();
  2. mcBook.showArrows(true);
  3. if(vBookIntroDone)
  4. {
  5.    nextFrame();
  6. }
  7. else
  8. {
  9.    vBookIntroDone = 1;
  10.    mcVoice.playVoice("k6",mcDora,this,"nextFrame");
  11. }
  12.